home *** CD-ROM | disk | FTP | other *** search
/ Alpha CD-ROM Bonus Pack / Alpha CD-ROM Bonus Pack.iso / si4kids / shared.dir / 00514.ls < prev    next >
Encoding:
Text File  |  1995-01-18  |  205 b   |  9 lines

  1. on checkTopicList
  2.   global topicList
  3.   repeat with i = 1 to count(topicList)
  4.     if label(getAt(topicList, i)) <= 0 then
  5.       alert("Marker not found: " & getAt(topicList, i))
  6.     end if
  7.   end repeat
  8. end
  9.